From 6ca33c639eca1fb51f519e7a1995fa51e6c2b530 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Thu, 27 Oct 2022 15:38:14 +0000 Subject: [PATCH] g-i: Add missing since annotation --- gtk/gtkfilechooserwidget.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index 08220387d5..bb8c9865c8 100644 --- a/gtk/gtkfilechooserwidget.c +++ b/gtk/gtkfilechooserwidget.c @@ -6714,6 +6714,13 @@ gtk_file_chooser_widget_class_init (GtkFileChooserWidgetClass *class) "", GTK_PARAM_READABLE)); + /** + * GtkFileChooserWidget:show-time: + * + * Whether to show the time. + * + * Since: 4.10 + */ g_object_class_install_property (gobject_class, PROP_SHOW_TIME, g_param_spec_boolean ("show-time", NULL, NULL, FALSE, -- 2.30.2